home *** CD-ROM | disk | FTP | other *** search
/ PCMania 46 / PCMania CD46_2.iso / pc / sonar96 / kcccb.dir / 00442.ls < prev    next >
Encoding:
Text File  |  1994-07-07  |  161 b   |  9 lines

  1. on menu
  2.   if rollOver(28) then
  3.     puppetSprite(28, 1)
  4.     set the castNum of sprite 28 to the number of cast "menu"
  5.   else
  6.     puppetSprite(28, 0)
  7.   end if
  8. end
  9.